FindVisualTool<T>() Method (CompositeVisualTool)
Finds the specified visual tool of specified type in composite visual tool.
'Declaration
Public Overloads Function FindVisualTool<>() As T
(Of As VisualTool)
generic<typename >
public:
T^ FindVisualTool()
where T: VisualTool^
Type Parameters
- T
- The visual tool type to find.
Return Value
The visual tool of specified type if visual tool is found; otherwise, null.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5